auto merge of #561 : mbrubeck/cargo/list_file_walk, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000 (01:43 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000 (01:43 +0000)
Previously this was calling `.is_file()` on a relative path.  This would fail if the path was not relative to the current working directory, for example when listing files in a path dependency.


Trivial merge